d_mruby ~master (2022-05-11T02:40:02.2548728)
Dub
Repo
RData
mruby
data
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
RData {
enum
mrb_vtype
;
mrb_vtype
tt
;
uint
color
;
uint
flags
;
RClass
*
c
;
RBasic
*
gcnext
;
iv_tbl
*
iv
;
const
(
mrb_data_type
)*
type
;
void
*
data
;
}
Members
Enums
mrb_vtype
enum
mrb_vtype
Undocumented in source.
Variables
c
RClass
*
c
;
Undocumented in source.
color
uint
color
;
Undocumented in source.
data
void
*
data
;
Undocumented in source.
flags
uint
flags
;
Undocumented in source.
gcnext
RBasic
*
gcnext
;
Undocumented in source.
iv
iv_tbl
*
iv
;
Undocumented in source.
tt
mrb_vtype
tt
;
Undocumented in source.
type
const
(
mrb_data_type
)*
type
;
Undocumented in source.
Meta
Source
See Implementation
mruby
data
functions
mrb_data_check_get_ptr
mrb_data_check_type
mrb_data_get_ptr
mrb_data_init
mrb_data_object_alloc
structs
RData
mrb_data_type